LOAD BITMAP
This command loads a picture file to the screen. The picture file must be of the BMP, JPG, TGA, DDS, DIB or PNG format. You can optionally provide a Bitmap Number between 0 and 32. Once you have loaded the picture file successfully, you can use the specified bitmap number to modify and manage the bitmap. The bitmap number should be specified using an integer value.

SYNTAX
LOAD BITMAP Filename,Bitmap Number
LOAD BITMAP Filename

RELATED INFO
BITMAP Commands Menu
Index

EXAMPLE
View Showcase Example
View Usage Example